﻿2026-06-21T05:04:59.1945756Z ##[group]Run pkill -9 -f 'yes FLOOD' || true
2026-06-21T05:04:59.1946421Z [36;1mpkill -9 -f 'yes FLOOD' || true[0m
2026-06-21T05:04:59.1947012Z [36;1mfor p in $(pgrep -x 'spt|notify-shell' || true); do[0m
2026-06-21T05:04:59.1947609Z [36;1m  exe=$(readlink -f "/proc/$p/exe" 2>/dev/null || true)[0m
2026-06-21T05:04:59.1948124Z [36;1m  case "$exe" in[0m
2026-06-21T05:04:59.1948614Z [36;1m    "$GITHUB_WORKSPACE"/*) kill -9 "$p" 2>/dev/null || true ;;[0m
2026-06-21T05:04:59.1949226Z [36;1m  esac[0m
2026-06-21T05:04:59.1949569Z [36;1mdone[0m
2026-06-21T05:04:59.1949917Z [36;1mexit 0[0m
2026-06-21T05:04:59.1965852Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T05:04:59.1966619Z ##[endgroup]
